Component org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientService
In bundle org.nuxeo.ecm.platform.oauth
Documentation
Service to manage the OAuth2 clients
Implementation
Class:
org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientServiceImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientService">
<!-- This service depends on the directory service (which depends on the cache service) -->
<require>org.nuxeo.ecm.directory.DirectoryServiceImpl</require>
<implementation class="org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientServiceImpl" />
<documentation>
Service to manage the OAuth2 clients
@author Arnaud Kervern (ak@nuxeo.com)
</documentation>
<service>
<provide interface="org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientService" />
</service>
</component>